home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / migrate / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1990-09-24  |  836 b   |  59 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     90.09.24.14.38.39;  author douglis;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     90.03.07.12.12.51;  author douglis;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @extra commands for pmake
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @use debug library
  28. @
  29. text
  30. @#
  31. # This file is included by Makefile.  Makefile is generated automatically
  32. # by mkmf, and this file provides additional local personalization.  The
  33. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  34. # that must be included to set up various compilation stuff.
  35. #
  36.  
  37. # Use the uninstalled C library during testing.
  38. LIBS = -lc_g
  39.  
  40. #include    <$(SYSMAKEFILE)>
  41. @
  42.  
  43.  
  44. 1.1
  45. log
  46. @Initial revision
  47. @
  48. text
  49. @a7 5
  50. #
  51. # Turn on extra debugging.
  52. #
  53. #XCFLAGS = -DDEBUG -DWRITE_INTERVAL=5
  54.  
  55. d9 1
  56. a9 1
  57. # LIBS = -lc_g
  58. @
  59.